home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KDOOM.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.4 KB  |  77 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM                        DOOM, By id Software, Inc.
  14. REM
  15. REM  Keep your mind on your killin' and your hands on the HOTAS with this
  16. REM  file that lets you control all important functions of Doom!
  17. REM  95 % of all that you need to do while playing DOOM, you can do with
  18. REM  the HOTAS system when used with this file.
  19. REM
  20. REM               Written and Tested by Ed Bowser - December 1993
  21. REM ══════════════════════════════════════════════════════════════════════════
  22. REM  Rocker Up     - Map Mode
  23. REM  Rocker Middle - Fight Mode
  24. REM  Rocker Down   - File Mode
  25. REM ══════════════════════════════════════════════════════════════════════════
  26. REM  Base Switch Settings
  27. REM  Black Hat switch = Digital
  28. REM  Red Switch       = Digital
  29. REM ══════════════════════════════════════════════════════════════════════════
  30. REM  Game Settings: Nothing special required for this game.
  31. REM ══════════════════════════════════════════════════════════════════════════
  32. MDef KDOOM
  33. REM ══════════════════════════════════════════════════════════════════════════
  34. BTN UB Opendoor
  35. BTN MB Quicksave
  36. BTN LB Enterkey
  37. REM ══════════════════════════════════════════════════════════════════════════
  38. BTN HU Zoomin
  39. BTN HR Straferight
  40. BTN HD Zoomout
  41. BTN HL Strafeleft
  42. REM ══════════════════════════════════════════════════════════════════════════
  43. BTN 1 /U Markmap
  44.       /M Fist
  45.       /D Confirmfileoption
  46. BTN 2 /U Clearmarks
  47.       /M Pistol
  48.       /D Decreasefileoption
  49. BTN 3 /U Togglezoom
  50.       /M Shotgun
  51.       /D Increasefileoption
  52. BTN 4 /U Clearmarks
  53.       /M /T Chaingun
  54.          /T Rocketlauncher
  55.       /D Increasefileoption
  56. BTN 5 /U Null
  57.       /M /T Plasmarifle
  58.          /T BFG9000
  59.       /D Decreasefileoption
  60. BTN 6 Escapekey
  61. REM ══════════════════════════════════════════════════════════════════════════
  62. RKR UP Mapmode
  63. RKR DN Filemode
  64. REM ══════════════════════════════════════════════════════════════════════════
  65. REM                               NOTE:
  66. REM
  67. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  68. REM
  69. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  70. REM (503) 639-3200 and find out how to get the upgrade!!!
  71. REM
  72. REM How can you tell if you have the new chip and microcode?  From the
  73. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  74. REM the message: "File not found", then you have the OLD microcode version
  75. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  76. REM
  77.